Skip to content

manifest: Update to v3.3.0-preview2 with 2026.01.12 upmerge#192

Merged
trantanen merged 4 commits intonrfconnect:mainfrom
trantanen:ncsmain_upmerge
Mar 10, 2026
Merged

manifest: Update to v3.3.0-preview2 with 2026.01.12 upmerge#192
trantanen merged 4 commits intonrfconnect:mainfrom
trantanen:ncsmain_upmerge

Conversation

@trantanen
Copy link
Collaborator

@trantanen trantanen commented Feb 19, 2026

Update sdk-nrf to v3.3.0-preview2. Implement changes required by:

File descriptor counting has been refactored in Zephyr. CONFIG_POSIX_OPEN_MAX should not be used anymore. SM should enable 8 sockets allowed by the modem and NRF_MODEM_MAX_SOCKET_COUNT is for this purpose.

Networking related types, functions and structures got net_ or zsock_ prefix depending on the case. Doing corresponding changes to SM.

TF-M default profile changed from CONFIG_TFM_PROFILE_TYPE_MINIMAL to CONFIG_TFM_PROFILE_TYPE_NOT_SET. SM will use minimal profile by default but basic profile (not set) is needed for SHA256 crypto for full modem fota support, which then also needs a different partition layout for TF-M.

@trantanen trantanen force-pushed the ncsmain_upmerge branch 4 times, most recently from 3ac183f to de9464b Compare March 2, 2026 20:49
@trantanen trantanen requested a review from SeppoTakalo March 2, 2026 20:52
@trantanen trantanen changed the title treewide: Use NCS main after 2026.01.12 upmerge manifest: Update to v3.3.0-preview2 with 2026.01.12 upmerge Mar 3, 2026
@trantanen trantanen force-pushed the ncsmain_upmerge branch 2 times, most recently from 5f853f1 to 57335c5 Compare March 4, 2026 08:11
@trantanen
Copy link
Collaborator Author

I have confirmed that DFU for full MFW works with CONFIG_TFM_PROFILE_MINIMAL as well as with serial_modem.mfw_full_fota_and_dfu configuration.

Update sdk-nrf and adapt to the 2026.01.12 upmerge:
nrfconnect/sdk-nrf#26468

Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
File descriptor counting has been refactored in Zephyr.
CONFIG_POSIX_OPEN_MAX should not be used anymore.
SM should enable 8 sockets allowed by the modem and
NRF_MODEM_MAX_SOCKET_COUNT is for this purpose.
This was brought into NCS by the 2026.01.12 upmerge:
nrfconnect/sdk-nrf#26468

Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
Networking related types, functions and structures got
net_ or zsock_ prefix depending on the case.
Doing corresponding changes to SM.
This was brought into NCS by the 2026.01.12 upmerge:
nrfconnect/sdk-nrf#26468

Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
TF-M/PSA configuration changed in
nrfconnect/sdk-nrf#26777

TF-M default profile changed from CONFIG_TFM_PROFILE_TYPE_MINIMAL
to CONFIG_TFM_PROFILE_TYPE_NOT_SET.
SM will use minimal profile by default but basic profile (not set)
is needed for SHA256 crypto for full modem fota support,
which then also needs a different partition layout for TF-M.

Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
@trantanen trantanen merged commit 9df2d65 into nrfconnect:main Mar 10, 2026
3 checks passed
@trantanen trantanen deleted the ncsmain_upmerge branch March 10, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants